jade.content.abs
Class AbsGenericAction

java.lang.Object
  |
  +--jade.content.abs.AbsObject
        |
        +--jade.content.abs.AbsContentElement
              |
              +--jade.content.abs.AbsGenericAction
Direct Known Subclasses:
AbsAgentAction, AbsCommunicativeAct

public class AbsGenericAction
extends AbsContentElement

Author:
Federico Bergenti - Universita` di Parma
See Also:
Serialized Form

Constructor Summary
AbsGenericAction(java.lang.String name)
          Constructor
 
Method Summary
 java.lang.String getName()
          Retrieves the name of the action.
 
Methods inherited from class jade.content.abs.AbsObject
dump, dump, getAbsObject, getCount, getNames, getTypeName, isGrounded, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsGenericAction

public AbsGenericAction(java.lang.String name)
Constructor
Parameters:
name - the name of the action.
Method Detail

getName

public java.lang.String getName()
Retrieves the name of the action.
Returns:
the name of the action.